/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONT FOR LANDING PAGES */
@font-face {
    font-family: 'oswaldbook';
    src: url('oswald-regular-webfont.eot');
    src: url('oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-regular-webfont.woff') format('woff'),
         url('oswald-regular-webfont.ttf') format('truetype'),
         url('oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratbold';
    src: url('Montserrat-Bold-webfont.eot');
    src: url('Montserrat-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Montserrat-Bold-webfont.woff') format('woff'),
         url('Montserrat-Bold-webfont.ttf') format('truetype'),
         url('Montserrat-Bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'montserratregular';
    src: url('Montserrat-Regular-webfont.eot');
    src: url('Montserrat-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Montserrat-Regular-webfont.woff') format('woff'),
         url('Montserrat-Regular-webfont.ttf') format('truetype'),
         url('Montserrat-Regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* WEB FONTS FOR THE INTERNAL PAGES */
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.accent-bg { color:#fff !important; background:#D32027 !important }
.accent-color { color:#D32027 !important }
.accent-border { border-color:#D32027 !important }

body { font-family:'open_sansregular', arial; font-size:14px; line-height:1.5; background:url(/images/setup/2015/page_bg_pattern.png) repeat #eee; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body { font-family:'montserratregular', arial }

a { color:#D32027; text-decoration:none }
a:hover { color:#B99C63; text-decoration:underline }

h1,h2,h3,h4,h5,h6,b,strong { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#D32027 }
h2 { font-size:21px; color:#D32027 }
h3 { font-size:18px }
h4 { font-size:16px }
h5 { font-size:14px }
h6 { font-size:13px }

.mainbody { padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.box-hdr { height:20px; line-height:20px; margin-bottom:0; padding:5px 10px; border-bottom:5px solid #233a75; font-family:'montserratregular',arial; font-weight:normal; text-transform:uppercase; background:#9b1d22; color:#fff; border-radius:3px 3px 0 0 }

.navbar-buttons ul,
.navbar-buttons li { list-style:none; padding:0; margin:0 }

.site-footer { padding:30px 0; margin-top:20px; text-align:center; background:url(/images/setup/2015/page_bg_pattern.png) repeat #eee; }

.footer-logos li { display:inline-block; vertical-align:center; margin:0 20px }
.footer-text { margin-top:30px }
.footer-text p { margin:0; font-family:'montserratregular', arial; font-size:16px; line-height:1.2; color:#000 }
.footer-text div + p { font-size:20px }

.banner-160-600 { width:160px; height:600px; background:#fff }

/* CAROUSEL */
.j-carousel .seats:before,
.j-carousel .seats:after { content: " "; display:table }
.j-carousel .seats:after { clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:62.5%; position:relative; overflow:hidden }
.j-carousel .media-box img:first-child,
.j-carousel .media-box a img { display:block; width:100% !important; height:auto !important; position:absolute; left:0; top:0 }
.touch .j-carousel .close-player { display:block !important }

/* ANIMATION # 3 */
.j-carousel3 { position:relative; z-index:1; overflow:hidden }
.j-carousel3 .seats { width:1600%; position:relative }
.j-carousel3 .seat { width:6.25%; float:left; position:relative }

.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:10px; color:#fff; background:#000; background:rgba(0,0,0,0.8) }
.j-carousel .title { display:block; text-indent:150px;font-size:24px; line-height:32px; color:#fff }
.j-carousel .title:hover { color:#D22027; text-decoration:none }
.j-carousel .date { position:absolute; left:10px; top:13px; width:140px; height:26px; line-height:26px; text-align:center; background:#D22027  }
.j-carousel .leadin,
.j-carousel .readmore { display:none }
.j-carousel .carousel-related-links { font-size:0; line-height:0; margin-top:10px }
.j-carousel .carousel-related-links a { float:left; padding:0 10px; margin-right:5px; height:26px; font-size:14px; line-height:26px; text-transform:uppercase; color:#fff; background:#000  }

/* BUTTONS */
.promotions-buttons li { float:left; width:48%; margin-left:4% }
.promotions-buttons li:first-child { margin-left:0 }

.social-icons { position:absolute; left:-140px; top:150px; z-index:2 }
.social-icons ul { list-style:none; padding:0; margin:0 }
.social-icons li { float:left }
.social-icons li a { display:block; width:44px; height:44px; line-height:44px; color:#fff; overflow:hidden }
.social-icons li a:hover { color:#000; text-decoration:none }
.social-icons li a:before { display:block; font-family:"GlyphIcons"; font-style:normal; font-weight:normal; font-size:30px; speak:none; text-decoration:inherit; text-align: center;  font-variant: normal; text-transform:none;  }
.social-icons li a[href*="twitter"]:before { content:"\e81e" }
.social-icons li a[href*="facebook"]:before { content:"\e81c" }
.social-icons li a[href*="instagram"]:before { content:"\e81f" }
.social-icons li a[href*="youtube"]:before { content:"\e822" }

/* SCHEDULE RESULTS */
.schedule-results { background:#780004 }
.schedule-results .content-col { padding:10px 20px 20px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.schedule-results .content-col1 { width:60%; float:left; background:#000 }
.schedule-results .content-col2 { width:40%; float:right }
.schedule-results .content-col > h3 { margin-bottom:10px;font-family:"montserratbold", arial; font-weight:normal; font-size:17px; line-height:30px; text-transform:uppercase; color:#fff }
.schedule-results .content-col h3 a { font-size:12px; color:#eee; float:right }

.schedule-boxscore { height: 472px; font-family:'montserratbold', arial; font-size:16px; text-transform:uppercase; color:#000; overflow:auto }
.schedule-boxscore .no-events { padding:10px; text-align:center; background:#fff }
.schedule-boxscore .date { padding:0 20px; line-height:40px; color:#fff; background:#000 }
.schedule-boxscore .result,
.schedule-boxscore .status { float:right }
.schedule-boxscore .teams { margin-bottom:10px }
.schedule-boxscore .team { font-family:helvetica, arial; font-size:15px; font-weight:bold }
.schedule-boxscore .event-info { padding:10px 20px; background:#f5f5f5 }
.schedule-boxscore .sport-status { font-size:14px; color: #AB040A;}
.schedule-boxscore .links { font-family:helvetica, arial; font-size:11px }
.schedule-boxscore .neutral-site { font-family:helvetica, arial; font-size:12px; text-transform:none; float:left; color:#9a9a9a }

.results-col .schedule-boxscore .date { background:#C7B181 }
.results-col .schedule-boxscore .links { float:right }

/* PHOTOS GALLERIES */
.photo-gallaries .row { margin-top:10px; margin-left:-10px; }
.photo-gallaries .row:first-child { margin-top:0 }
.photo-gallaries .story { width:25%; float:left }
.photo-gallaries .story .thumb,
.photo-gallaries .story .details { margin-left:10px }
.photo-gallaries .story .thumb img { vertical-align:middle }
.photo-gallaries .title { display:block; padding:5px }
.photo-gallaries .date,
.photo-gallaries .leadin,
.photo-gallaries .links,
.photo-gallaries .buttons { display:none }

/* SLIDER */
.sponsors-slider { position:relative; padding:80px 30px }
.sponsors-slider .slider { position:relative; overflow:hidden }
.sponsors-slider .items { position:relative; width:2000% }
.sponsors-slider .item { float:left; width:5% }
.sponsors-slider .image { width:33.32%; float:left; margin:9px 0; text-align:center }
.sponsors-slider .image img { vertical-align:top }
.sponsors-slider .image span { display:none }
.sponsors-slider .next, 
.sponsors-slider .prev { position:absolute; right:70px; bottom:40px; z-index:1; width:30px; height:30px;  line-height:30px; font-size:30px; font-weight:bold; text-decoration:none; cursor:pointer; text-align:center; overflow:hidden; background:#fff; border-radius:15px; }
.sponsors-slider .next { right:30px }
.sponsors-slider .prev:before,
.sponsors-slider .next:before { font-family:"GlyphIcons"; display:block; height:30px; text-align:center }
.sponsors-slider .prev:before { content:"\e813" }
.sponsors-slider .next:before { content:"\e814" }

/* SLIDER */
.guide-links-slider { position:relative; width:400px; padding:0 50px; margin:20px auto 0 }
.guide-links-slider .slider { position:relative; border:3px solid #000; overflow:hidden; background:#fff }
.guide-links-slider .items { position:relative; width:5000% }
.guide-links-slider .item { float:left; width:2% }
.guide-links-slider .link { position:relative; width:50%; height:60px; float:left; font-family:'montserratbold', arial; text-transform:uppercase; line-height:15px; text-align:center; text-decoration:none }
.guide-links-slider .link span { display:block; padding:0 10px }
.csstransforms .guide-links-slider .link span { position:absolute; top:50%; left:10px; right:10px; -moz-transform:translate(0,-50%); -webkit-transform:translate(0,-50%); transform:translate(0,-50%) }
.guide-links-slider .next, 
.guide-links-slider .prev { position:absolute; left:10px; top:50%; margin-top:-15px; width:30px; height:30px; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden }
.guide-links-slider .next { left:auto; right:10px }
.guide-links-slider .prev:before { content:"\00ab"; display:block; font-size:30px; line-height:30px; color:#fff }
.guide-links-slider .next:before { content:"\00bb"; display:block; font-size:30px; line-height:30px; color:#fff }
.guide-links-slider .next.disabled, 
.guide-links-slider .prev.disabled { display:none }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#D32027; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#D32027; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#D32027 }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#D32027; color:#fff }
.bio-wrap .head a { color:#fff }
.bio-wrap .player-info .label { white-space:nowrap; font-size:11.5pt!important;}

/* ==============
   MEDIA QUERIES
   ============== */

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }
div[id="page-backgrounds"] {  display:none }

.site-header { position:relative; background:#D02026 }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/2015/header_tablet.png) no-repeat 50% 50% }

.site-header .header-text,
.edu-link { display:none }

.mobile-menu-bar { display:block; padding:5px; background:#000 }
.mobile-menu-bar ul { list-style:none; padding:0; margin:0 }
.mobile-menu-bar > ul { float:right }
.mobile-menu-bar li { float:left; margin-left:5px }
.mobile-menu-bar li a { display:block; height:35px; padding: 0 10px; text-align:center; font-size:14px; line-height:35px; color:#444; text-transform:uppercase; text-decoration:none; white-space:nowrap; color:#fff; border-radius:3px }
.mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { background:#9B1d22; color:#fff; text-decoration:none } 

.search-bar { display:none; width:100%; padding:10px; position:relative; background:#CCC; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar.active { display:block }
.search-bar input[type="text"] { width:100%; height:25px; padding:0 30px 0 10px; border:none; background:#F5F5F5; box-shadow:0 0 3px #999; border-radius:3px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:30px; height:23px; border:none; overflow:hidden; background:none; position:absolute; right:10px; top:10px; border-radius:0 3px 3px 0 }
.search-bar .submit span { display:none }
.search-bar .submit i:before { display:block; width:100%; height:23px; line-height:25px; text-align:center; color:#333; margin:0 }

.dropnav { display:none; font-family:'montserratregular', arial; background:#333 }
.dropnav.active { display:block }
.dropnav .nav > .submenu { display:none }
.dropnav .nav > a,
.dropnav .submenu a { display:block; padding:0 10px; height:34px; line-height:34px; color:#fff; text-decoration:none; position:relative }
.dropnav .submenu .has-submenu > a { color:#fff; text-transform:none; background:#000 }
.dropnav li { border-bottom: solid 1px #292929; border-top: 1px solid #434343 }
.dropnav .submenu.level1 li { border-top:solid 1px #363636; border-bottom:solid 1px #494949 }
.dropnav li:first-child { border-top:none !important }
.dropnav li:last-child { border-bottom:none !important }
.dropnav li.active { border-bottom:none !important }
.dropnav .submenu.level1 .has-submenu { border:none !important }
.dropnav .has-submenu.active + li { border-bottom:none !important }
.dropnav .nav.has-submenu > a:after { content:""; width:0; height:0; border-style:solid; border-color:#777 transparent transparent; border-width:0.4em 0.4em 0; position:absolute; right:1em; top:50%; margin-top:-0.2em }
.dropnav .nav.has-submenu.active > a:after { border-color:transparent transparent #fff; border-width:0 0.4em 0.4em }
.dropnav .has-submenu.active > .submenu { display:block; background:#444 }
.dropnav .submenu-title { display:none }
.dropnav .nav1 .submenu.level1 .has-submenu > a,
.dropnav .nav1 .submenu.level1 .has-submenu li { display:none }
.dropnav .nav1 .submenu.level1 .has-submenu li:first-child { display:block }

.secondary-nav { font-family:'montserratregular', arial; background:#2F2F2F; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-family:'montserratbold', arial; font-size:20px; color:#fff; font-weight:normal; text-transform:uppercase }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { display:none; padding:10px; margin:0 10px 10px; background:#000; background:rgba(0,0,0,0.6); border-radius:3px }
.secondary-nav.active > div > ul { display:block }
.secondary-nav h1:after { content:""; width:0; height:0; border-style:solid; border-color:#eee transparent transparent; border-width:8px 8px 0; position:absolute; right:10px; top:50%; margin-top:-4px }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 8px 8px }
.secondary-nav li a { display:block; padding:5px 0; color:#fff; text-transform:none }
.secondary-nav .has-nav > a { display:none }

.j-carousel .controls {  height: 22px; padding:5px; text-align:center; background:#000 }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:10px; height:10px;  margin: 6px 5px; text-indent:-9999px; background:#fff; cursor:pointer; border-radius:15px }
.j-carousel .control:before { content:""; display:block; position:absolute; left:-4px; right:-4px; top:-4px; bottom:-4px; border:2px solid #fff; border-radius:10px }
.j-carousel .control.active { background:#D02026; box-shadow:none }
.j-carousel .control.active:before { border-color:#D02026 }
.j-carousel .control .thumb { display:none }

.collapsible-ad { display:none !important }

.guide-nav { position:relative; max-width:2000px; margin:0 auto; background:no-repeat 50% 50%; background-size:100% 100% }
.guide-nav h1 { margin-bottom:10px; font-size:42px; line-height:42px; color:#fff; font-family:'helvetica', arial; font-style:italic; font-weight:bold; text-align:center }
.guide-nav h1 a { color:#fff; text-decoration:none }
.guide-nav h1 span { color:#d5000a }
.guide-nav > div { padding:20px; margin:0 auto; background:#000; background:rgba(0,0,0,0.6) }
.guide-nav ul,
.guide-nav li { list-style:none; padding:0; margin:0 }
.guide-nav li a { display:block; height:30px; line-height:30px; font-family:'helvetica', arial;  font-size:17px; font-weight:bold; color:#fff }
.guide-nav li a:hover { color:#BE0407; text-decoration:none }

/* TABS */
.tabs-wrapper[id="main-tabs"] { position:relative }
.tabs-wrapper[id="main-tabs"] .tabs { 
background: #96171c;
background: -moz-linear-gradient(left,  #96171c 0%, #d22027 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#96171c), color-stop(100%,#d22027));
background: -webkit-linear-gradient(left,  #96171c 0%,#d22027 100%);
background: -o-linear-gradient(left,  #96171c 0%,#d22027 100%);
background: -ms-linear-gradient(left,  #96171c 0%,#d22027 100%);
background: linear-gradient(to right,  #96171c 0%,#d22027 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96171c', endColorstr='#d22027',GradientType=1 );  }
.tabs-wrapper[id="main-tabs"] .tab a { display:block; height:44px; line-height:44px; padding:0 10px; text-transform:uppercase; color:#fff }
.tabs-wrapper[id="main-tabs"] .tab a.active { background:#000 }
.tabs-wrapper[id="main-tabs"] .tab a:hover { text-decoration:none }
.tabs-wrapper[id="main-tabs"] .tab_title { display:none }
.tabs-wrapper[id="main-tabs"] .panes { position:relative; overflow:hidden }
.tabs-wrapper[id="main-tabs"] .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px }
.tabs-wrapper[id="main-tabs"] .pane.active { position:static }
.tabs-wrapper[id="main-tabs"] .pane .overflow { height:502px; padding:20px; overflow:auto; background:#fff }
.tabs-wrapper[id="main-tabs"] .pane1 .overflow,
.tabs-wrapper[id="main-tabs"] .pane2 .overflow,
.tabs-wrapper[id="main-tabs"] .pane3 .overflow { height:auto; padding:0; overflow:hidden; background:none }

.ad-spot-wrapper,
.sticky-bar,
.carousel-content { display:none }

.content-row2 { padding:20px; background:#780004 }
.promotions-buttons { text-align:center }
.promotions-buttons > ul { display:inline-block; vertical-align:top }

.slider-col { margin-top:15px }
.sponsors-slider { padding:0; text-align:center }
.sponsors-slider .image { float:none; display:inline-block; vertical-align:top; width:auto; margin:5px }
.sponsors-slider .prev,
.sponsors-slider .next { display:none }


.schedule .title { margin-bottom:10px }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { padding:5px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.schedule .table .titles { display:none }
.schedule .team-record .titles  { display:block; color:#fff; overflow:hidden; padding:5px 5px 0 }
.schedule .team-record .item { padding:5px}
.schedule .team-record { text-align:center; margin-bottom:10px; border-top:solid 1px #CCC; border-bottom:solid 1px #CCC }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { width: 23%; text-align:center; color:#fff; margin:0 1%; float:left; background:#333; border-radius:3px }
.schedule .team-record .titles > div { background:#333; color:#fff }
.schedule .opponent { width: 70%; float:left }
.schedule .result { width: 30%; float:right; text-align:right }
.schedule .item { padding:10px }
.schedule .item.even { background-color:#eee }
.schedule .item .data { position:relative }
.schedule .item .data:before,
.schedule .item .data:after { content: " "; display:table }
.schedule .item .data:after { clear:both }
.schedule .item .date { height:25px; line-height:25px; margin:-10px -10px 10px; padding:0 10px; background:#333; color:#fff }     
.schedule .item .time { height:25px; line-height:25px; color:#fff; position:absolute; right:0; top:-10px }    
.schedule .conf-teams-container { width:100% }
.schedule .conf-teams-container .opponent { width:80%; float:left }
.schedule .conf-teams-container .result { width:20%; float:right }
.schedule .more { display:block !important }
.schedule .more strong { font-weight:normal }
.schedule .more a { display:inline-block; vertical-align:top; text-decoration:none }
.schedule .more a:after { content:"\00BB"; padding:0 5px 0 4px }
.schedule .arrow { display:none }

.bios .profile { overflow:hidden; color:#fff; background:#333; position:relative; padding: 10px 10px 10px 110px;}
.bios .icon { position:absolute; right:31px; bottom:-4px }
.bios .images { width: 100px; padding-top:50px; float:left; margin-left: -110px; text-align:center; position:relative }
.bios .photo img { border: 2px solid #333 }
.bios .number { font-size:20px; line-height: 40px; position:absolute; left:5px; right: 5px; top:0; font-weight: bold;}
.bios .texts .name { font-size:1.2em; padding:5px 10px; margin-bottom:10px;background:#333; color:#fff; border-radius:3px }
.bios .data { line-height:20px }
.bios .profile .texts .icon { text-align: right; padding: 0 31px 0 0; position:relative; top:3px }
.bios .details { color:#444; text-align:left; padding:10px; margin:0 }

div[id="results"] .tabs .tab { display:none }
div[id="results"] .panel:before { content:""; display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; color:#FFF; background:#333 }
div[id="results"]  #tab-1:before { content:"Yesterday" }
div[id="results"]  #tab-2:before { content:"Today" }
div[id="results"]  #tab-3:before { content:"Tomorrow" }
div[id="results"] h4 { height:25px; line-height:25px; padding:0 10px; font-weight:normal; margin:0 }
div[id="results"] .event  { padding:10px }
div[id="results"] .date:first-child { background:#000; color:#fff }
div[id="results"] .sport {  background:#333; color:#fff }
div[id="results"] .team-result { float:right }

div[id="headlines"] .new { margin-top:15px; padding:10px; border:1px solid #fff; background:#f5f5f5; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,0.4) }
div[id="headlines"] .new:first-child { margin-top:0 }
div[id="headlines"] .new .links { margin-bottom:5px }
div[id="headlines"] .new .text { display:block; margin-top:5px; font-size:12px; color:#444 }
div[id="headlines"] .new .title a { font-size:16px;  text-transform:uppercase }

}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:767px) {

.site-header .site-title { margin:0 144px 0 0 }
.site-header .site-title a { height:80px; text-indent:-9999px; background:url(/images/setup/2015/header_mobile_wide.png) no-repeat 5px 50% }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#333 }
.mobile-menu-bar li span { display:none }
.mobile-menu-bar li a:hover, 
.mobile-menu-bar li a.active { background:#fff; color:#000 }

.sponsors-slider .image { position:relative; float:left; width:31%; margin:5px 1%; padding-top: 23.5%; overflow:hidden }
.sponsors-slider .image:first-child { margin:5px 1% }
.sponsors-slider .image img { position:absolute; left:0; top:0; width:100% }

.content-row2 { padding:10px }
.slider-col { margin-top:5px }

.j-carousel .title { font-size:17px }
.j-carousel .carousel-related-links { display:none }

.tabs-wrapper[id="main-tabs"] .tabs { display:none }
.tabs-wrapper[id="main-tabs"] .tab_title { display:block; height:44px; line-height:44px; padding:0 10px; text-transform:uppercase; color:#fff; 
background: #96171c;
background: -moz-linear-gradient(left,  #96171c 0%, #d22027 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#96171c), color-stop(100%,#d22027));
background: -webkit-linear-gradient(left,  #96171c 0%,#d22027 100%);
background: -o-linear-gradient(left,  #96171c 0%,#d22027 100%);
background: -ms-linear-gradient(left,  #96171c 0%,#d22027 100%);
background: linear-gradient(to right,  #96171c 0%,#d22027 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96171c', endColorstr='#d22027',GradientType=1 ); }
.tabs-wrapper[id="main-tabs"] .tab_title[href*="social_stream"],
.tabs-wrapper[id="main-tabs"] .tab_title[href*="social_stream"] + .pane { display:none !important }
.tabs-wrapper[id="main-tabs"] .panes .pane { position:static }
.tabs-wrapper[id="main-tabs"] .panes .pane .overflow { height:auto; padding:0 }

.schedule-results .content-col { width:100%; float:none }
.schedule-boxscore { height:auto }

.photo-gallaries { padding:10px }
.photo-gallaries .row { margin-top:0 }
.photo-gallaries .story { width:50% }
.photo-gallaries .title { display:block; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }

.guide-links-slider { width:200px }
.guide-links-slider .item .link { width:100% }
.guide-links-slider .item .link:first-child { border-bottom:1px solid #444}
.guide-links-slider .next:before,
.guide-links-slider .prev:before { color:#444 }


}

/*------------------------------------------------------
  ADJUSTMENTS FOR MOBILE PORTRAIT  
  -------------------------------------------------------*/

@media only screen and (max-width:479px) {
  
.site-header .site-title a { background-position:5px 50%; background-size:93% auto } 
.j-carousel { background:#333 }
.j-carousel .story-box { position:relative; background:#333 }

.promotions-buttons li { float:none; width:100%; margin:0 }

}


/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

html { min-height:100% }
body { position:relative; min-height:100% }

.page { position:relative; z-index:2; padding-bottom:50px; overflow:hidden }
div[id="page-backgrounds"] { position:fixed; left:0; right:0; top:0; bottom:0; z-index:1; overflow:hidden }
div[id="page-backgrounds"] img { position:relative; left:50%; margin-left:-1000px; width:2000px; max-width:none; max-height:100% }

.wrapper { background:url(/images/setup/2015/header_bg.png) no-repeat 50% 0 }
.body-container { position:relative; z-index:1; max-width:1118px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { min-height:500px; padding:20px; position:relative }
.guide-page .mainbody { color:#fff; background:rgba(0,0,0,0.6) }
.landing .mainbody { min-height:0; padding:0; background:none }

.site-header { position:relative; z-index:3; background:url(/images/setup/2015/header_bg.png) no-repeat 50% 0 }
.site-header > div { position:relative; max-width:1118px; height:243px; margin:0 auto }
.site-header .site-title { position:relative; z-index:2; width:368px; margin:0 auto }
.site-header .site-title > a { display:block; height:231px; text-indent:-9999px; background:url(/images/setup/2015/master_sprite.png) no-repeat 0  0  }
.site-header .header-text { position:absolute; top:20px; left:50%; margin-left:-455px; width:300px; font-size:12px; font-family:'helvetica', arial; font-weight:bold; letter-spacing:2px; color:#fff; text-decoration:none }
.site-header .edu-link { position:absolute; top:0; left:50%; margin-left:150px; display:block; width:218px; height:60px; text-indent:-9999px; background:url(/images/setup/2015/master_sprite.png) no-repeat -982px 0 }

.mobile-menu-bar { display:none }

.search-bar { width:237px; height:26px; position:absolute; right:-50px; top:30px; background:#CCC }
.search-bar input[type="text"] { width:100%; height:25px; padding:0 36px 0 10px; border:none; font-family:'montserratregular', arial; background:#F5F5F5; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:26px; height:26px; border:none; overflow:hidden; color:#fff; background:#000; position:absolute; right:0; top:0 }
.search-bar .submit span { display:none }
.search-bar .submit i:before { display:block; width:100%; height:26px; line-height:26px; text-align:center; color:#fff; margin:0 }

.content-row1 { position:relative;  z-index:1; max-width:1118px; margin:0 auto }

.content-row2 { position:relative; padding:35px 0; background:url(/images/setup/2015/bottom_row_bg.jpg) no-repeat 50% 50%; background-size:2000px 100%; overflow:hidden }
.content-row2:before { content:""; position:absolute; left:0; right:0; top:0; display:block; height:91px; background:url(/images/setup/2015/bottom_row_overlay1.png) no-repeat 50% 0}
.content-row2:after { content:""; position:absolute; left:0; right:0; bottom:0; display:block; height:91px; background:url(/images/setup/2015/bottom_row_overlay2.png) no-repeat 50% 0}
.content-row2 > div { max-width:1118px; margin:0 auto }
.content-row2 .content-col1 { width:53%; max-width:585px; float:left }
.content-row2 .content-col2 { width:46%; max-width:512px; float:right }

.guide-home .site-header { margin-bottom:-88px }
.guide-home .site-header > div { height:254px }
.guide-home .content-row1 { max-width:100%; margin-bottom:-95px }

.guide-nav { position:relative; max-width:2000px; margin:0 auto; background:no-repeat 50% 50%; background-size:100% 100% }
.guide-nav:after { content:""; position:absolute; left:0; right:0; bottom:0; display:block; height:95px; background:url(/images/setup/2015/guide_bottom_overlay.png) no-repeat 50% 0}
.guide-nav h1 { margin-bottom:70px; font-size:42px; line-height:42px; color:#fff; font-family:'helvetica', arial; font-style:italic; font-weight:bold; text-align:center }
.guide-nav h1 a { color:#fff; text-decoration:none }
.guide-nav h1 span { color:#d5000a }
.guide-nav > div { max-width:854px; padding:100px 200px; margin:0 auto; background:#000; background:rgba(0,0,0,0.6) }
.guide-nav ul,
.guide-nav li { list-style:none; padding:0; margin:0 }
.guide-nav ul { width:50%; float:left; text-align:right }
.guide-nav ul:first-child,
.guide-nav h1 + ul { text-align:left }
.guide-nav li a { display:block; height:30px; line-height:30px; font-family:'helvetica', arial;  font-size:17px; font-weight:bold; color:#fff }
.guide-nav li a:hover { color:#BE0407; text-decoration:none }

/* NAVIGATION */
.dropnav { position:absolute; left:-50px; right:-50px; top:105px; font-family:'montserratregular', arial }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { float:left; height:71px; margin-left: 2px;}
.dropnav .nav1 { margin-left:0 }
.dropnav .nav5 { margin-left:302px }
.dropnav .nav > a { position:relative;  z-index:2; display:block; height:45px; text-indent:-9999px; background:url(/images/setup/2015/master_sprite.png) no-repeat -9999px -9999px }
.dropnav .nav > a:after { content:""; position:absolute; left:0; right:0; top:0; display:block; height:118px }
.dropnav .nav1 > a { width:93px; background-position:0 -232px }
.dropnav .nav2 > a { width:129px; background-position:-110px -232px }
.dropnav .nav3 > a { width:129px; background-position:-255px -232px }
.dropnav .nav4 > a { width:102px; background-position:-404px -232px }
.dropnav .nav5 > a { width:122px; background-position:-800px -232px }
.dropnav .nav6 > a { width:73px; background-position:-951px -232px }
.dropnav .nav7 > a { width:124px; background-position:-1058px -232px }
.dropnav .nav8 > a { width:93px; background-position:-1202px -232px }

.dropnav .nav1:hover > a { background-position:0 -278px }
.dropnav .nav2:hover > a { background-position:-110px -278px }
.dropnav .nav3:hover > a { background-position:-255px -278px }
.dropnav .nav4:hover > a { background-position:-404px -278px }
.dropnav .nav5:hover > a { background-position:-800px -278px }
.dropnav .nav6:hover > a { background-position:-951px -278px }
.dropnav .nav7:hover > a { background-position:-1058px -278px }
.dropnav .nav8:hover > a { background-position:-1202px -278px }

.dropnav .nav > .submenu { display:none; position:absolute; left:-77px; right:-77px; top:71px; max-width:1056px; height:324px; padding:70px 157px; background:url(/images/setup/2015/dropdown_bg.png) no-repeat 50% 0; white-space:nowrap; border-radius:0 0 5px 5px }
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; line-height:30px; font-family:'montserratbold', arial; color:#000; white-space:nowrap; text-decoration:none; text-transform:uppercase }
.dropnav .submenu a:hover { color:#B60405 }
.dropnav .submenu .has-submenu > a { font-size:18px; text-transform:uppercase; color:#000; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:20px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }

.dropnav .nav1 .submenu.level1 > ul > li { position:relative; display:block; margin:0; padding-left:65px }
.dropnav .nav1 .submenu.level1 .has-submenu > a { display:none }
.dropnav .nav1 .submenu.level1 .has-submenu li { display:inline-block; vertical-align:top; margin:0 10px 0 0; white-space:nowrap }
.dropnav .nav1 .submenu.level1 .has-submenu li a { float:left; font-family:'montserratregular', arial; color:#333 }
.dropnav .nav1 .submenu.level1 .has-submenu li a:hover { color:#B60405 }
.dropnav .nav1 .submenu.level1 .has-submenu li:first-child a { min-width:180px; font-size:15px; font-family:'montserratbold', arial; color:#000 }
.dropnav .nav1 .submenu.level1 .has-submenu li:first-child a:hover { color:#B60405 }
.dropnav .nav1 .submenu.level1 a:before { display:block; font-family:"GlyphIcons"; font-style:normal; font-weight:normal; font-size:12px; speak:none; color:#B60405; text-decoration:inherit; text-align: center;  font-variant: normal; text-transform:none }
.dropnav .nav1 .submenu.level1 a[href*="twitter"],
.dropnav .nav1 .submenu.level1 a[href*="facebook"],
.dropnav .nav1 .submenu.level1 a[href*="instagram"] { position:absolute; left:20px; top:7px; width:15px; height:15px; line-height:15px; overflow:hidden;  }
.dropnav .nav1 .submenu.level1 a[href*="twitter"] { left:0 }
.dropnav .nav1 .submenu.level1 a[href*="instagram"] { left:40px }
.dropnav .nav1 .submenu.level1 a[href*="facebook"]:before { content:"\e81c" }
.dropnav .nav1 .submenu.level1 a[href*="twitter"]:before { content:"\e81e" }
.dropnav .nav1 .submenu.level1 a[href*="instagram"]:before { content:"\e81f" }
.dropnav .nav1 .submenu.level1 a[rel="wiki-link"]  + a { display:none !important }

/* GUIDE PAGE */
.guide-page .dropnav { top:179px; z-index:2; text-align:center; background: #810001;}
.guide-page .dropnav .nav { float:none; display:inline-block; vertical-align:top; height:45px; text-align:left; margin:0 }
.guide-page .dropnav .nav > a { width:auto; font-family:'oswaldbook', arial; font-size:20px; line-height:45px; padding:0 20px; text-transform:uppercase; text-decoration:none; text-indent:0; color:#fff; background:none }
.guide-page .dropnav .nav:hover > a { color:#eee }
.guide-page .dropnav .nav > a:after { display:none }
.guide-page .dropnav .nav > .submenu { top:45px; height:374px; padding-top:20px; background-position:50% -60px }

.secondary-nav { position:relative; z-index:2; max-width:1080px; height:45px; padding:0 20px; margin:0 auto 20px; font-family:'montserratbold', arial; color:#fff;  text-transform:uppercase; background:#000 }
.secondary-nav h1 { float:left; margin-bottom:0; color:#d32027; font-family:'montserratbold', arial; font-size:24px; line-height:45px; font-weight:normal }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:11px }
.secondary-nav li { float:left; margin:0 5px }
.secondary-nav li a { color:#fff; font-size:13px; text-decoration:none }
.secondary-nav li a:hover { color:#d32027; text-decoration:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#000; background:rgba(0,0,0,0.8); border-radius:5px 0 }
.secondary-nav .has-nav:hover > ul { display:block }
.secondary-nav .has-nav li { float:none;text-align:right; }
.secondary-nav .has-nav li a { display:block; min-width:100px; white-space:nowrap }

/* CAROUSEL */
.carousel-wrapper { position:relative; min-height:542px; padding-right:318px; }
.carousel-content { position:absolute; right:0; top:0; bottom:42px; z-index:2; overflow:hidden; background:#000000 }
.carousel-content .content { position:absolute; top:0; bottom:0; right:-318px; width:318px; -moz-transition:right 0.5s; -webkit-transition:right 0.5s; -ms-transition:right 0.5s; transition:right 0.5s }
.carousel-content .content.active { position:relative; right:0 }
.sport-home .carousel-content .content { right:0; position:relative }

.carousel-content .next-event { position:relative; height:275px; padding:40px 20px 20px; color:#fff; 
background: #96171c;
background: -moz-linear-gradient(left,  #96171c 0%, #d22027 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#96171c), color-stop(100%,#d22027));
background: -webkit-linear-gradient(left,  #96171c 0%,#d22027 100%);
background: -o-linear-gradient(left,  #96171c 0%,#d22027 100%);
background: -ms-linear-gradient(left,  #96171c 0%,#d22027 100%);
background: linear-gradient(to right,  #96171c 0%,#d22027 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96171c', endColorstr='#d22027',GradientType=1 ); }
.carousel-content .next-event .no-events { text-align:center; padding:10px }
.carousel-content .next-event h3 { margin:0; font-size:16px; line-height:25px }
.carousel-content .next-event .sport { position:absolute; left:0; right:0; top:0; height:40px; line-height:40px; padding:0 20px; font-family:'montserratbold', arial; font-size:22px; color:#fff }
.carousel-content .next-event .result { float:right }
.carousel-content .next-event .links { position:absolute; left:20px; bottom:20px }
.carousel-content .next-event .links a { display:block; color:#fff }
.carousel-content .next-event .links > span { display:none }

.carousel-content .secondary-links { padding:20px }
.carousel-content .secondary-links:after { content:""; position:absolute; right:20px; bottom:120px; width:144px; height:126px; background:url(/images/setup/2015/master_sprite.png) no-repeat -582px 0 }
.carousel-content .secondary-links h1 { display:none }
.carousel-content .secondary-links ul, 
.carousel-content .secondary-links li { list-style:none; padding:0; margin:0 }
.carousel-content .secondary-links .has-nav { display:none  }
.carousel-content .secondary-links a { display:block; font-family:'montserratbold', arial; color:#fff; line-height:25px }
.carousel-content .secondary-links a:hover { color:#d32027; text-decoration:none }

.j-carousel .controls { height:8px; padding:17px; margin-right:-318px; text-align:center }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:8px; height:8px; margin:0 5px; text-indent:-9999px; cursor:pointer; background:#333; border-radius:5px }
.j-carousel .control.active { background:#d32027 }

.j-carousel[id="video-carousel"] { padding-right:318px; background:#000 }
.j-carousel[id="video-carousel"] .seats { z-index:1 }
.j-carousel[id="video-carousel"] .controls { position:absolute; right:0; top:0; bottom:0; width:318px; height:auto; padding:0; margin:0; z-index:2; background:#000 }
.j-carousel[id="video-carousel"] .control { position:relative; width:50%; height:auto; float:left; text-indent:0; margin:15px 0 0; background:none; border-radius:0 }
.j-carousel[id="video-carousel"] .control .thumb { margin:0 10px; vertical-align:middle; -webkit-filter: grayscale(1); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs"); filter: gray }
.j-carousel[id="video-carousel"] .control.active .thumb { -webkit-filter: grayscale(0); filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale") }
 
.sticky-bar { position:fixed; left:0; right:0; bottom:0; z-index:4; background: url(/images/setup/2015/sticky_bar_bg.png) no-repeat 50% 0 #262626;}
.sticky-bar > div { position:relative; max-width:1118px; height:50px; margin:0 auto }

.sticky-logo { position:absolute; left:0; bottom:10px; z-index:2; width:92px; height:81px; text-indent:-9999px; background:url(/images/setup/2015/master_sprite.png) no-repeat -729px 0 }

div[id="scoreboard-ticker-wrapper"] { position:absolute; left:155px; top:0; width:495px; height:50px; font-family:'oswaldbook', arial; text-align:center; overflow:hidden }
div[id="scoreboard-ticker"] ul, 
div[id="scoreboard-ticker"] li { margin:0; padding:0; list-style:none }
div[id="scoreboard-ticker"],
div[id="scoreboard-ticker"] li { width:495px; height:50px; position:relative; overflow:hidden }
div[id="scoreboard-ticker"] { float:left }
div[id="scoreboard-ticker"] .content,
div[id="scoreboard-ticker"] .no-events { padding:10px 0; font-size:16px; line-height:30px; color:#fff }
div[id="scoreboard-ticker"] .no-events { text-align:center }
div[id="scoreboard-ticker"] .content span { margin-left:5px }
div[id="scoreboard-ticker"] .sport { color:#d32027 }
div[id="scoreboard-ticker"] .result { padding:2px 10px; background:#d32027 }
div[id="scoreboard-ticker"] .content a { color:#ccc }
div[id="scoreboard-ticker"] .content a:hover { color:#ac56a1 }
span[id="scoreboard-ticker-pp"],
span[id="scoreboard-ticker-prev"],
span[id="scoreboard-ticker-next"] { display:none }

.left-ad .slider { position:relative; height:600px; overflow:hidden }
.left-ad .items { height:2000em; position:relative }
.left-ad .item { width:160px; height:600px }
.left-ad .prev,
.left-ad .next { display:none }

.right-ad .slider { position:relative; height:600px; overflow:hidden }
.right-ad .items { height:2000em; position:relative }
.right-ad .item { width:160px; height:600px }
.right-ad .prev,
.right-ad .next { display:none }

/* TABS */
.tabs-wrapper[id="main-tabs"] { position:relative }
.tabs-wrapper[id="main-tabs"] .tab_title { display:none }
.tabs-wrapper[id="main-tabs"] .tab a:hover { text-decoration:none }
.tabs-wrapper[id="main-tabs"] .panes { position:relative; overflow:hidden }
.tabs-wrapper[id="main-tabs"] .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px }
.tabs-wrapper[id="main-tabs"] .pane.active { position:static }
.tabs-wrapper[id="main-tabs"] .pane .overflow { height:502px; padding:20px; overflow:auto; background:#fff }
.tabs-wrapper[id="main-tabs"] .pane1 .overflow,
.tabs-wrapper[id="main-tabs"] .pane2 .overflow,
.tabs-wrapper[id="main-tabs"] .pane3 .overflow { height:auto; padding:0; overflow:hidden; background:none }

.sticky-bar .social-icons { left: 708px; top: 10px;}
.sticky-bar .social-icons li a { width:30px; height:30px; line-height:30px }
.sticky-bar .social-icons li a:hover { color:#EA2027 }
.sticky-bar .social-icons li a:before { font-size:16px }

.weather-container { width: 330px; position:absolute; left:820px; top:0; font-family:'montserratregular', arial }
.weather-container .name { width:140px; float:left; padding-top:10px; line-height:16px; color:#fff; }
.weather-container .weather-condition { line-height:50px; font-size:20px; font-family:'oswaldbook', arial; text-transform:uppercase; color:#fff }
.weather-container .icon { float:left; height:30px; margin:10px 10px 10px 0 }

.ad-spot-wrapper { position:relative; z-index:2; max-width:1118px; margin:0 auto }
.ad-spot-wrapper > div { position:absolute; right:-180px; top:0; box-shadow:0 0 5px #999 }
.ad-spot-wrapper > div:first-child { right:auto; left:-180px }
.landing .ad-spot-wrapper > div { top:224px }

.collapsible-ad { max-width:1118px; margin:0 auto 20px; box-shadow:0 0 5px #999 }
.collapsible-ad > div { display:none }
.collapsible-ad .toggler { display:none; line-height:1; padding:5px; font-family:arial; font-size:8px; text-transform:uppercase; color:#333; letter-spacing:1px; background:#333; cursor:pointer; position:relative }
.collapsible-ad.collapsed .toggler:after { content: "[ - ] collapse"; position:absolute; right:5px; top:5px; color:#ccc }
.collapsible-ad.expanded .toggler:after { content: "[ + ] expand"; position:absolute; right:5px; top:5px; color:#ccc }
.collapsible-ad.ready .toggler { display:block }
.collapsible-ad img { vertical-align:middle }

}

@media only screen and (min-width:1371px) {
.tabs-wrapper[id="main-tabs"] .tabs { position:absolute; left:-165px; top:10px; z-index:2; width:206px; height:170px; padding:13px 0; background:url(/images/setup/2015/master_sprite.png) no-repeat -372px 0 }
.tabs-wrapper[id="main-tabs"] .tabs .tab { float:none }
.tabs-wrapper[id="main-tabs"] .tab a { float:right; width:129px; height:25px; line-height:25px; padding:0 30px; margin-right: 5px; text-transform:uppercase; text-align:right; color:#fff }
.tabs-wrapper[id="main-tabs"] .tab a.active { background:url(/images/setup/2015/master_sprite.png) no-repeat -1204px 0  }
.tabs-wrapper[id="main-tabs"] .tab2 a { margin-right:9px }
.tabs-wrapper[id="main-tabs"] .tab3 a { margin-right:12px }
.tabs-wrapper[id="main-tabs"] .tab4 a { margin-right:16px }
.tabs-wrapper[id="main-tabs"] .tab5 a { margin-right:20px } 
.tabs-wrapper[id="main-tabs"] .pane .overflow { height:442px; padding:50px }
.tabs-wrapper[id="main-tabs"] .pane1 .overflow,
.tabs-wrapper[id="main-tabs"] .pane2 .overflow,
.tabs-wrapper[id="main-tabs"] .pane3 .overflow { height:auto; padding:0; overflow:hidden; background:none }

.results-col > h3 { padding-left:30px }
}

@media only screen and (min-width:1024px) and (max-width:1370px) {

.tabs-wrapper[id="main-tabs"] .tabs { 
background: #96171c;
background: -moz-linear-gradient(left,  #96171c 0%, #d22027 100%);
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#96171c), color-stop(100%,#d22027));
background: -webkit-linear-gradient(left,  #96171c 0%,#d22027 100%);
background: -o-linear-gradient(left,  #96171c 0%,#d22027 100%);
background: -ms-linear-gradient(left,  #96171c 0%,#d22027 100%);
background: linear-gradient(to right,  #96171c 0%,#d22027 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96171c', endColorstr='#d22027',GradientType=1 );  }
.tabs-wrapper[id="main-tabs"] .tab a { display:block; height:44px; line-height:44px; padding:0 10px; text-transform:uppercase; color:#fff }
.tabs-wrapper[id="main-tabs"] .tab a.active { background:#000 }

.social-icons { left:auto; right:5px; top:0 }
.landing .ad-spot-wrapper > div { top:0 }

}

@media only screen and (min-width:1024px) and (max-width:1250px) {

.site-header { margin-bottom:20px; background:url(/images/setup/2015/header_repeat_bg.png) repeat-x 0 0 }    
.site-header .site-title { top:-15px }
.site-header .site-title:before { top:30px }

.dropnav { left:0; right:0; top: 195px; padding:0 10px; text-align:center; }
.dropnav .nav { float:none; display:inline-block; vertical-align:top; margin: 0 5px; height:auto; text-align:left }
.dropnav .nav > a:after { display:none }
.dropnav .nav > .submenu { top: 45px; padding:20px; max-width:100%; left:0; right:0; height:280px; background-position:50% -50px }

.search-bar { right:10px; top:80px }
.ad-spot-wrapper { display:none }

}